home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / XText / remove-extra-includes < prev    next >
Encoding:
Text File  |  1992-05-02  |  69 b   |  3 lines

  1. #!/bin/csh -f -b
  2. exec awk '/^#import </{if (x[$2])next;x[$2]=1}1==1'
  3.